Use PEGetSectionCode to retrieve the section code for the specified section. A section code indicates the section type (Page Header, Details, etc.). If there are multiple group sections it also identifies the group number, and if there are multiple sections in an area it identifies the section number. See Working with section codes.
short CRPE_API PEGetSectionCode (
short printJob,
short sectionN );
Specifies the print job from which you want to retrieve a section code. | |
Specifies the number of the section for which you want the section code. This parameter should be within the range obtained by PEGetNSections. |
Declare Function PEGetSectionCode Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal sectionN As Integer ) As Integer
function PEGetSectionCode (
printJob: Word;
sectionN: Smallint
): Smallint stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |